regexp.Regexp.allMatches (method)

9 uses

	regexp (current package)
		regexp.go#L773: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
		regexp.go#L1085: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1103: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1121: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1139: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1157: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1181: 	re.allMatches("", b, n, func(match []int) {
		regexp.go#L1199: 	re.allMatches(s, nil, n, func(match []int) {
		regexp.go#L1224: 	re.allMatches(s, nil, n, func(match []int) {